home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 1998 #9 / kompuutteri 9 98.iso / k-cs.dxr / Internal_24.ls < prev    next >
Encoding:
Text File  |  1998-07-30  |  322 b   |  16 lines

  1. global Musik
  2.  
  3. on enterFrame
  4.   set the fileName of castLib "Sprog" to "Svensk.cst"
  5.   mci("open sequencer!lydspor.mid alias baggrund")
  6.   mci("play baggrund")
  7.   set Musik to 1
  8.   cursor(-1)
  9.   baRegister("Komputer for alle", 9771320)
  10.   register(xtra("PrintOMatic"), "PMAT155-759-89551")
  11. end
  12.  
  13. on exitFrame
  14.   go("IntroAnim")
  15. end
  16.